|
Inside the System File
(Continued)
|
List Manager
The List Manager provides a standard user
interface for drawing and managing user interaction with
lists of items.
- The List Manager is now implemented in PowerPC
code.
- Support for live scrollbar indicator dragging has
been added.
- The proportional scrollbar indicator is now
supported.
- When deleting or adding cells to a list while drawing
is turned off -- by calls to
LSetDrawingMode
(a.k.a. LDoDraw ) -- in certain cases it was
possible for the ListHandle 's bounds to
become slightly scrambled and draw incorrectly when
drawing was turned back on. This problem has been present
in the List Manager since its introduction, and it has
been corrected in Mac OS 8.5.
- List click loops can now be written in PowerPC-native
code using the Mixed Mode glue available in
"Lists.h".
|